home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000109_fdc@columbia.edu_Thu Jun 2 10:26:04 2005.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Kermit V 8.0.200
  5. Date: 2 Jun 2005 14:23:29 GMT
  6. Organization: Columbia University
  7. Lines: 13
  8. Message-ID: <slrnd9u5j1.pud.fdc@sesame.cc.columbia.edu>
  9. References: <1117694798.179209.125250@o13g2000cwo.googlegroups.com>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1117722209 25494 128.59.59.56 (2 Jun 2005 14:23:29 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 2 Jun 2005 14:23:29 GMT
  15. User-Agent: slrn/0.9.8.0 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15348
  17.  
  18. On 2005-06-02, coleas <coleas@gmail.com> wrote:
  19. : whenever I try to do a lcd in a ftp script to get local direcory I get
  20. : the error --  ?Not a command or macro name: "lcd"
  21. :
  22. : is there a bug in 8.0.200 ?
  23. :
  24. No, the L-commands (LCD, LDIR, LDEL, etc) were added after 8.0.200 was
  25. released.  They are available in 8.0.201 (July 2002) and later.  The
  26. current version is 8.0.211:
  27.  
  28.   http://www.columbia.edu/kermit/ckermit.html
  29.  
  30. - Frank